home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr18 / dfrifle.zip / DFBUILD.BAT < prev    next >
DOS Batch File  |  1995-03-19  |  429b  |  13 lines

  1. @ECHO OFF
  2. CLS
  3. ECHO This will build the sprite file for the blaster rifle patch. This
  4. ECHO requires DeHackEd 2.3 for this to work correctly inside the other
  5. ECHO batch file. If you want to go on...
  6. PAUSE
  7. ECHO Copying DFRAW.WAD to DF.WAD
  8. COPY DFRAW.WAD DF.WAD
  9. ECHO Building DF.WAD with DeuSF 3.3
  10. DEUSF -sprites -append df.wad > $.$$$
  11. ECHO Done. You may delete this batch file and DFRAW.WAD. To play, type DF.
  12. DEL $.$$$
  13.